home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Illegal Precompiled Hea
- Sent: 6/25/96 9:17 AM
- Received: 6/25/96 9:35 AM
- From: Kirk Swenson, kswenson@mail.keypress.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- RE>>Illegal Precompiled Header with CW9 6/25/96
-
- >Thanks for the help! I have run the ODF Builder(CW) and I am working on
- >the following link errors:
- >
- >Link Error : missing vtable 'bad_exception::__vt'
- >Check that all virtual functions and static members are defined
-
- [more link errors snipped]
-
- >Link Error : undefined 'set_new_handler(void (*)(void))' (code)
- >Referenced from '__sinit_FWODExce_cpp' in FWODExce.cpp
- >Referenced from 'operator new(unsigned long)' in FWPriMem.cpp
-
- I believe these link errors are the result if you don't make the library
- changes that are described by the CW9 conversion document:
-
- >For all samples (debug and release) including your part project:
- > - Remove ODFRuntime.lib
- > - Remove ANSI C++.PPC.Lib
- > - Add MWCRuntime.lib
- > - Add console.stubs.c
-
- Kirk Swenson
- Senior Software Engineer
- Key Curriculum Press
- kswenson@keypress.com
-
-